home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / DReign2 / DR2Demo.exe / data1.cab / Files / missions / demo / Demo Mission 2.zwp / objective_patrol_hillpaths.cfg < prev    next >
Encoding:
Text File  |  2000-09-01  |  1.1 KB  |  50 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 1997-99 Pandemic Studios
  4. //
  5. // Dark Reign II
  6. //
  7.  
  8.  
  9. ///Player destroys the shuttle carrying traitor GC forces
  10.  
  11. CreateObjectType("objective_patrol_hillpaths", "Objective")
  12. {
  13.   GameObj();
  14.   ObjectiveObj()
  15.   {
  16.    Condition("TRUE")
  17.    {
  18.    }
  19.  
  20.     Action()
  21.     {
  22.       ExecuteScript("patrol1", "squad.move.tagtotrail")
  23.       {
  24.         Op("%.tag", "=", "hillpath1");
  25.         Op("%.trail", "=", "HillPath1");
  26.       }
  27.       ExecuteScript("patrol3", "squad.move.tagtotrail")
  28.       {
  29.         Op("%.tag", "=", "hillpath3");
  30.         Op("%.trail", "=", "HillPath3");
  31.       }
  32.       ExecuteScript("patrol5", "squad.move.tagtotrail")
  33.       {
  34.         Op("%.tag", "=", "hillpath5");
  35.         Op("%.trail", "=", "HillPath5");
  36.       }
  37.       ExecuteScript("patrol6", "squad.move.tagtotrail")
  38.       {
  39.         Op("%.tag", "=", "hillpath6");
  40.         Op("%.trail", "=", "HillPath6");
  41.       }
  42.       ExecuteScript("patrol7", "squad.move.tagtotrail")
  43.       {
  44.         Op("%.tag", "=", "hillpath7");
  45.         Op("%.trail", "=", "HillPath7");
  46.       }
  47.     }
  48.   }
  49. }
  50.